home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / games_du / wad2map.zip / DMBUILD.TXT next >
Text File  |  1996-04-19  |  4KB  |  85 lines

  1. DOOM -> BUILD Notes (8/17/95):
  2.  
  3. WAD2MAP.EXE and WAD2ART.EXE programmed by Ken Silverman
  4.  
  5. Hello BUILDers:
  6. I made a DOOM to BUILD converter.  It's not perfect, but it works pretty
  7. darn well.  I thank Matthew S. Fell (msfell@aol.com) for providing the
  8. unofficial DOOM spec where I got most of my information from.
  9.  
  10. There are 2 ways you can use my converter programs:
  11.  
  12. 1.  Converting doom maps using DOOM ART.
  13.          This method is useful for viewing a doom map in the BUILD editor
  14.          or for viewing the artwork in EDITART.  Remember that if you wanted
  15.          the game to run with doom's artwork, you may as well play the real
  16.          doom!  (And Apogee wouldn't want that to happen!)
  17.  
  18. 2.  Converting doom maps using DUKE3D ART (or your own art) & TAGS by
  19.             using a script file.  To convert maps using this method, you can
  20.             run WAD2MAP.EXE with the additional script filename parameter as
  21.             described below.
  22.  
  23. WAD2ART:
  24.     Command line: Wad2Art [Doom IWAD file]
  25.         Wad2art creates all the necessary files needed to use Doom maps
  26.     except for the map files themselves.  It will make these 3 files in
  27.     the current directory:
  28.  
  29.     TILES000.ART - All the texture data
  30.     PALETTE.DAT  - VGA palette, shade lookups, (*)transluscent table
  31.     NAMES.H      - The Wad directory listed as defines, useful for editors.
  32.  
  33.     Example: C:\TEMP>wad2art c:\doom\doom.wad
  34.     This will create TILES000.ART, PALETTE.DAT, and NAMES.H in C:\TEMP.
  35.     Warning: NEVER RUN WAD2ART IN A DIRECTORY THAT HAS ART, PALETTE.DAT,
  36.                 or NAMES.H files that you need!
  37.  
  38.         (*) If you want to use transluscence, you will need to run
  39.     TRANSPAL.EXE on the palette file.  It will add a 64K lookup table at
  40.     the end of palette.dat.  If you do not do this, then transluscence
  41.     won't work with the palette.
  42.  
  43. WAD2MAP:
  44.      Command line: Wad2Map (PWADName) IWADName MapName (ScriptName)
  45.  
  46.      Example #1: C:\TEMP>wad2map c:\doom\doom e1m1
  47.         The above will create E1M1.MAP with doom textures in the
  48.         current directory.
  49.  
  50.      Example #2: C:\TEMP>wad2map c:\doom\doom e1m1 kenbuild.txt
  51.         The above will create E1M1.MAP with converted textures/tags
  52.         in the current directory.
  53.  
  54.      Example #3: C:\TEMP>wad2map c:\doom\mypwad c:\doom\doom e1m1
  55.         The above will create E1M1.MAP from the PWAD with doom
  56.         textures in the current directory.
  57.  
  58.      Example #4: C:\TEMP>wad2map c:\doom\mypwad c:\doom\doom e1m1 kenbuild.txt
  59.         The above will create E1M1.MAP from the PWAD with converted
  60.         textures/tags in the current directory.
  61.  
  62.      You can run WAD2MAP.EXE to convert any doom map, including maps from
  63.                 DOOM1 or DOOM2 in IWADs or PWADs.
  64.  
  65.     I included a sample script file, KENBUILD.TXT.  Try it and see how it
  66. works with my game!  There are directions on how to use the script file in
  67. the script file itself.
  68.  
  69. TRANSPAL.EXE:
  70.         Command line:
  71.  
  72.         TRANSPAL [numshades][transluscence percentage][r][g][b]
  73.             Ex #1: transpal 32 170 30 59 11
  74.                                           └──┴──┴─── The RGB scales are optional\n");
  75.         Transluscence percentage is 0 for invisible and 255 for opaque.
  76.  
  77.         Use TRANSPAL.EXE to create a transluscence table to PALETTE.DAT.  Make
  78.     sure you have PALETTE.DAT in the directory before running TRANSPAL.EXE.
  79.     If the table does not already exist, it will add a 64K lookup table
  80.     to the end of PALETTE.DAT.  If you do not do this, then transluscence
  81.     won't work when you use the BUILD editor.
  82. -----------------------------------------------------------------------------
  83.  
  84.                Doom & Doom II are (c) 1993-1996 id Software, Inc.
  85.